home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / xdme_1.84_src.lha / XDME / include / gen_messages.h < prev    next >
Encoding:
Text File  |  1994-12-21  |  9.7 KB  |  154 lines

  1. DEFMESSAGE( _APIC_appicon_not_shown, "%s:\nAppIcon not shown!" )
  2. DEFMESSAGE( _APIC_icon_not_created, "%s:\nIcon not created!" )
  3. DEFMESSAGE( _APIC_internal_error, "%s:\nAppIcon Internal Error!" )
  4. DEFMESSAGE( _APIC_module_inactive, "%s:\nAppIcon Module not active!" )
  5. DEFMESSAGE( _CDMSH_cmdshell_not_open, "%s:\nCommand Shell not open!" )
  6. DEFMESSAGE( _CMDSH_cant_open_cmdsh_file, "%s:\nFile `%s' not found!" )
  7. DEFMESSAGE( _CMDSH_cmdsh_file_noninteractive, "%s:\nFile `%s' is not interactive!" )
  8. DEFMESSAGE( _CMDSH_cmdsh_module_inactive, "%s:\nCommand Shell Module not active!" )
  9. DEFMESSAGE( _CMDSH_good_bye, "\nCommandshell is Closing!\n\f\n" )
  10. DEFMESSAGE( _CMDSH_internal_error, "%s:\nCommand Shell Internal Error!" )
  11. DEFMESSAGE( _CMDSH_only_one_cmdsh, "%s:\nCommand Shell is already open!" )
  12. DEFMESSAGE( _COM_assign_wo_value, "command:\nAssignment without value" )
  13. DEFMESSAGE( _COM_bad_2nd_repeat_arg, "command:\nBad second argument\nfor short-repeat" )
  14. DEFMESSAGE( _COM_bad_Cargument_of, "command:\nBad argument %ld of\n%s" )
  15. DEFMESSAGE( _COM_bad_Cargument_of_2, "command:\nBad argument %ld of\n%s %s ..." )
  16. DEFMESSAGE( _COM_bad_Margument_of, "macro:\nBad argument %ld of\n%s" )
  17. DEFMESSAGE( _COM_recursion_too_deep, "command:\nRecursion too deep" )
  18. DEFMESSAGE( _COM_too_many_Cargs_for, "command:\nToo many args for\n%s" )
  19. DEFMESSAGE( _COM_too_many_Margs_for, "macro:\nToo many args for\n%s" )
  20. DEFMESSAGE( _COM_unknown_command, "command:\nUnknown command\n`%s'" )
  21. DEFMESSAGE( _FIND_line_2_long, "%s:\nLine too long" )
  22. DEFMESSAGE( _FIND_no_searchstring_defined, "%s:\nNo find pattern" )
  23. DEFMESSAGE( _FIND_pattern_not_found, "%s:\nPattern `%s' not found" )
  24. DEFMESSAGE( _KEY_read_no_header, "No Keystart header" )
  25. DEFMESSAGE( _KEY_read_unex_command_field, "<%s:\nDeclared Body w/out a Key" )
  26. DEFMESSAGE( _KEY_read_unex_helpfield, "%s:\nDeclared Help w/out a Key" )
  27. DEFMESSAGE( _KEY_read_unex_new_key, "%s:\nDeclared Key w/out Body '%s'" )
  28. DEFMESSAGE( _KEY_read_unknown_id, "%s:\nunknown identifier '%s'" )
  29. DEFMESSAGE( _KEY_unknown_key, "%s:\nUnknown Key '%s'" )
  30. DEFMESSAGE( _KEY_unmapped_key, "unmapped Key!" )
  31. DEFMESSAGE( _MACRO_read_body_too_big, "%s:\nmacro-body too long" )
  32. DEFMESSAGE( _MACRO_read_body_wo_macro, "<%s:\nDeclared Body w/out Macro" )
  33. DEFMESSAGE( _MACRO_read_body_wo_name, "<%s:\nDeclared Body w/out Macro" )
  34. DEFMESSAGE( _MACRO_read_no_header, "No Macrostart header" )
  35. DEFMESSAGE( _MACRO_read_numargs_wo_name, "%s:\nDeclared numargs not w/in a Macro" )
  36. DEFMESSAGE( _MACRO_read_unknown_id, "%s:\nunknown identifier '%s'" )
  37. DEFMESSAGE( _MACRO_too_many_arguments, "too many arguments specified for macro" )
  38. DEFMESSAGE( _MATH_division_by_0, "Math:\nDivision by Zero!" )
  39. DEFMESSAGE( _MATH_empty_expression, "empty expression\n(%sNIL)" )
  40. DEFMESSAGE( _MATH_expression_too_complex, "Expression too complex:\n%s" )
  41. DEFMESSAGE( _MATH_infixmode, "Math Infixmode %s" )
  42. DEFMESSAGE( _MATH_inkompatible_values, "%s:\nIncompatible values for\n'%s' and '%s'!" )
  43. DEFMESSAGE( _MATH_invalid_1st_argument, "%s:\ninvalid 1st argument %s" )
  44. DEFMESSAGE( _MATH_invalid_2nd_argument, "%s:\ninvalid 2nd argument %s" )
  45. DEFMESSAGE( _MATH_missing_1st_argument, "%s:\nmissing 1st argument %s" )
  46. DEFMESSAGE( _MATH_missing_2nd_operand, "Math:\nMissing 2nd Operand!" )
  47. DEFMESSAGE( _MATH_nonnumber, "non-number to math-function" )
  48. DEFMESSAGE( _MATH_unknown_operator, "Math:\nunknown operator `%s'" )
  49. DEFMESSAGE( _MATH_unknown_variable, "%s:\nUnknown Variable '%s'!" )
  50. DEFMESSAGE( _MENU_checkitem_not_found, "%s:\n no check item of that name:\n %s-%s" )
  51. DEFMESSAGE( _MENU_read_no_header, "No Menustart header" )
  52. DEFMESSAGE( _MENU_read_unexpected_definition, "Unexpected %s Definition" )
  53. DEFMESSAGE( _MENU_read_unexpected_eof, "Unexpected EndOfFile" )
  54. DEFMESSAGE( _MENU_read_unex_commandfield, "Command" )
  55. DEFMESSAGE( _MENU_read_unex_end_of_menu, "End Of Menu" )
  56. DEFMESSAGE( _MENU_read_unex_helpfield, "Help" )
  57. DEFMESSAGE( _MENU_read_unex_itembar, "MenuItembar" )
  58. DEFMESSAGE( _MENU_read_unex_itemcheck, "ItemCheck" )
  59. DEFMESSAGE( _MENU_read_unex_menuitem, "MenuItem" )
  60. DEFMESSAGE( _MENU_read_unex_menutitle, "MenuTitle" )
  61. DEFMESSAGE( _MENU_read_unex_shortcut, "Shortcut" )
  62. DEFMESSAGE( _MENU_read_unex_subbar, "SubItembar" )
  63. DEFMESSAGE( _MENU_read_unex_subitem, "SubItem" )
  64. DEFMESSAGE( _MENU_read_unex_subitemcheck, "SubItemCheck" )
  65. DEFMESSAGE( _MENU_read_unknown_id, "%s:\nunknown identifier '%s'" )
  66. DEFMESSAGE( _MENU_subcheck_not_found, "%s:\n no check sub item of that name:\n %s-%s-%s" )
  67. DEFMESSAGE( _MIKRO_unknown_flags, "%s:\nInvalid flags '%s'" )
  68. DEFMESSAGE( _MIKRO_viewmode_txt, "Viewmode %s" )
  69. DEFMESSAGE( _out_of_memory, "Out of memory !" )
  70. DEFMESSAGE( _PREF_cant_find_font, "%s:\nUnable to find font\n%s/%ld" )
  71. DEFMESSAGE( _PREF__is_now_, "%s is now %s" )
  72. DEFMESSAGE( _REC_no_double_action, "%s:\nYou can NOT start replaying a record,\nwhile You are already replaying it" )
  73. DEFMESSAGE( _REC_recorder_ended, "recorder ended!" )
  74. DEFMESSAGE( _REC_recorder_started_twice, "%s:\nYou can NOT start recording,\nwhile You are replaying a record" )
  75. DEFMESSAGE( _REC_replay_in_record, "%s:\nYou can NOT start replaying a record,\nwhile You are recording it" )
  76. DEFMESSAGE( _REC_save_no_record, "%s:\nCan not save a record,\n if there is NO record!" )
  77. DEFMESSAGE( _REC_write_error, "%s:\nError while writing the\ncurrent record!" )
  78. DEFMESSAGE( _REF_cant_find_anything_about, "%s:\nCannot find anything about\n`%s'." )
  79. DEFMESSAGE( _REF_cant_load_file, "%s:\nunable to load file\n`%s'" )
  80. DEFMESSAGE( _REF_cant_open_outfile, "%s:\nUnable to open\n`%s'\nfor write" )
  81. DEFMESSAGE( _REF_cant_open_subdoc, "refs:\nUnable to open\nsub document" )
  82. DEFMESSAGE( _REF_error_in_tagsfile, "ctags:\nError in tags-file" )
  83. DEFMESSAGE( _REF_load, "load.." )
  84. DEFMESSAGE( _REF_no_searchstring_defined, "%s:\nNo searchstring defined!\n" )
  85. DEFMESSAGE( _REF_reference_not_found, "refs:\nReference `%s'\nnot found" )
  86. DEFMESSAGE( _REF_search_file, "search file" )
  87. DEFMESSAGE( _REF_search_for_failed, "%s:\nSearch for `%s'\nfailed" )
  88. DEFMESSAGE( _REF_search_refs, "search .refs" )
  89. DEFMESSAGE( _REF_search_tags, "search tags" )
  90. DEFMESSAGE( _REF_tag_not_found, "ctags:\ntag `%s'\nnot found" )
  91. DEFMESSAGE( _REP_cant_open_rep_req, "%s:\nUnable to open replace requester" )
  92. DEFMESSAGE( _REP_findlabel,    "   Find" )
  93. DEFMESSAGE( _REP_replacelabel, "Replace" )
  94. DEFMESSAGE( _REP_wintitle, "Replace text" )
  95. DEFMESSAGE( _REQ_a_name_is_needed, "%s:\nYou must specify a name" )
  96. DEFMESSAGE( _REQ_cant_find_font, "%s:\nUnable to find font\n%s/%ld" )
  97. DEFMESSAGE( _REQ_cant_saveas_unnamed, "%s:\nCannot save file as\n`unnamed'" )
  98. DEFMESSAGE( _REQ_file_exists_overwrite, "The file\n`%s'\ndoes already exist.Do you want to overwrite it ?" )
  99. DEFMESSAGE( _REQ_fixed_width_font, "XDME fixed width font" )
  100. DEFMESSAGE( _REQ_font_need_req_or_asl, "For fontrequester,\nI need REQ- or ASL.LIBRARY !" )
  101. DEFMESSAGE( _REQ_insert_file, "XDME Insert File" )
  102. DEFMESSAGE( _REQ_load_new_file, "XDME Load New File" )
  103. DEFMESSAGE( _REQ_needing_reqtools, "%s:\n`reqtools.library' is needed for that Command!\n" )
  104. DEFMESSAGE( _REQ_need_req_or_asl, "For filerequester,\nI need REQ- or ASL.LIBRARY !" )
  105. DEFMESSAGE( _REQ_ok_insert, "Insert" )
  106. DEFMESSAGE( _REQ_ok_load, "Load" )
  107. DEFMESSAGE( _REQ_save_file, "XDME Save File" )
  108. DEFMESSAGE( _REQ_save_ok, "Save" )
  109. DEFMESSAGE( _REQ_try_arp, "%s:\nNo ReqTools.Library\nTry ARP equivalent" )
  110. DEFMESSAGE( _REQ_unknown_flag, "%s:\nUnknown Flag `%c'")
  111. DEFMESSAGE( _REQ_unknown_style, "%s:\nUnknown style `%c'")
  112. DEFMESSAGE( _REQ_using_styles_wo_styleflag, "%s:\nUsing Fontstyles w/ the Styleflag unset")
  113. DEFMESSAGE( _SHARED_cant_open_infile, "%s:\nCan't open file %s for input" )
  114. DEFMESSAGE( _SHARED_cant_open_outfile, "%s:\nCan't open file %s for output" )
  115. DEFMESSAGE( _TPLT_file_not_found, "File not found" )
  116. DEFMESSAGE( _VSTK_entry_not_found, "%s:\nNo Stackentry `%s' found!" )
  117. DEFMESSAGE( _VSTK_internal, "%s:\nInternal Error!" )
  118. DEFMESSAGE( _VSTK_no_memory, "%s:\nNo Memory!" )
  119. DEFMESSAGE( _VSTK_set_failed, "%s:\nUnable to set Variable `%s'!" )
  120. DEFMESSAGE( _VTSK_var_not_found, "%s:\nNo Variable `%s' found!" )
  121. DEFMESSAGE( __bad_condition, "%s:\nBad condition\n`%s'" )
  122. DEFMESSAGE( __bad_conditional, "%s:\nBad conditional:\n`%s'" )
  123. DEFMESSAGE( __bad_conditional_bad_bracks, "%s:\nBad conditional `%s':\ncompare with [] must be '=' or '<>'" )
  124. DEFMESSAGE( __bad_conditional_short_string, "%s:\nBad conditional `%s':\nString ended too early" )
  125. DEFMESSAGE( __bad_conditional_unex_eol, "%s:\nBad conditional `%s':\nUnexp. EOL" )
  126. DEFMESSAGE( __bad_conditional_wrong_comp, "%s:\nBad conditional `%s':\nUnexp. EOL or wrong compare" )
  127. DEFMESSAGE( __cant_cd, "%s:\nUnable to cd to\n`%s'" )
  128. DEFMESSAGE( __cant_open_write, "%s:\nUnable to open write file\n`%s'" )
  129. DEFMESSAGE( __delete_modified_text, "Delete modified text?" )
  130. DEFMESSAGE( __file_not_found, "%s:\nFile `%s'\nnot found" )
  131. DEFMESSAGE( __loading, "Loading %s ..." )
  132. DEFMESSAGE( __loading_ok, "Loading OK" )
  133. DEFMESSAGE( __nil_device_required, "%s:\nNIL:-device required" )
  134. DEFMESSAGE( __no_block_specified, "%s:\nNo block specified" )
  135. DEFMESSAGE( __no_memory, "No Memory!" )
  136. DEFMESSAGE( __off, "OFF" )
  137. DEFMESSAGE( __ok_cancel, "Yes|No" )
  138. DEFMESSAGE( __on, "ON" )
  139. DEFMESSAGE( __operation_cancelled, "Operation cancelled" )
  140. DEFMESSAGE( __out_of_memory, "%s: Out of memory !" )
  141. DEFMESSAGE( __saving, "Saving ..." )
  142. DEFMESSAGE( __saving_ok, "Saving OK" )
  143. DEFMESSAGE( __set_pubscreen_to, "Set PubScreen to `%s'" )
  144. DEFMESSAGE( __turned_pubscreen_off, "turned PubScreen OFF" )
  145. DEFMESSAGE( __unexpected_eof, "%s:\nUnexpected End Of File Encountered" )
  146. DEFMESSAGE( __unknown_conditional, "%s:\nUnknown conditional `%s'" )
  147. DEFMESSAGE( __unknown_variable, "%s:\nunknown variable %s" )
  148. DEFMESSAGE( __unnamed, "unnamed" )
  149. DEFMESSAGE( __write_failed, "%s:\n Write failed!" )
  150. DEFMESSAGE( __xdme_warning, "XDME Warning" )
  151. DEFMESSAGE( ___cancel, "_Cancel" )
  152. DEFMESSAGE( ___ok, "_OK" )
  153. DEFMESSAGE(_VAR_cant_set_sysvar_2, "%s:\nCannot set system variable `%s'\nto `%s'")
  154.